-- card: 22103 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3426 -- name: Eat pecans ----- HyperTalk script ----- on openCard global score subtract 5 from score if score <= 0 then visual effect scroll up go card "end" end if put score into field "scorebox" end openCard on mouseUp get field "textarea" of card "Hut of the Medicine Man" put it&return&"The chief is here" into field "textarea" of card "Hut of the Medicine Man" get field "textarea" of card "Mountain Trail" put it&return&"Pecan Grove" into field "textarea" of card "Mountain Trail" visual effect dissolve go card "Communal Hut" end mouseUp -- part contents for background part 1 ----- text ----- Eat pecans -- part contents for background part 2 ----- text ----- The chief is passing around a bowl of pecan nuts. You ask him where the nuts came from. ''There is a sacred grove of pecan trees not far from here,'' he says. ''Meet me tonight at Medicine Man's hut and I will take you there.'' -- part contents for background part 5 ----- text ----- 55